home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / skin / reminderfox / toolbar.css < prev    next >
Cascading Style Sheet File  |  2009-12-16  |  4KB  |  106 lines

  1. /* -------- toolbar.css ----------------- */
  2.  
  3. toolbar[mode="icons"] toolbarbutton:not([type="menu"]):not([class~="textonly"]) > .toolbarbutton-text,
  4. toolbar[mode="text"] toolbarbutton:not([type="menu"]):not([class~="textonly"]) > .toolbarbutton-icon {
  5.     display: none;
  6. }
  7.  
  8. toolbarbutton.rmFx_SendPlus {
  9.     -moz-binding: url('chrome://reminderfox/content/mail/rmFxMailIcon.xml#changeSendPlusIcon');
  10. }
  11.         
  12.         .rmFx_SendPlusTBird { 
  13.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  14.            -moz-image-region: rect(0px,24px, 24px,0px);
  15.         }
  16.         .rmFx_SendPlusTBird:hover { 
  17.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  18.            -moz-image-region: rect(24px,24px, 48px,0px);
  19.         }
  20.         
  21.         .rmFx_SendPlusPBox { 
  22.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  23.            -moz-image-region: rect(0px,48px, 24px,24px);
  24.         }
  25.         .rmFx_SendPlusPBox:hover { 
  26.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  27.            -moz-image-region: rect(24px,48px, 48px,24px);
  28.         }
  29.         
  30.         .rmFx_SendPlusTB3 { 
  31.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  32.            -moz-image-region: rect(0px,72px, 24px,48px);
  33.         }
  34.         .rmFx_SendPlusTB3:hover { 
  35.           list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
  36.            -moz-image-region: rect(24px,72px, 48px,48px);
  37.         }
  38.  
  39.  
  40.  
  41.         
  42.         toolbar[iconsize="small"] .rmFx_SendPlusTBird { 
  43.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  44.            -moz-image-region: rect(0px,16px, 16px,0px);
  45.         }
  46.         toolbar[iconsize="small"] .rmFx_SendPlusTBird:hover { 
  47.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  48.            -moz-image-region: rect(16px,16px, 32px,0px);
  49.         }
  50.         
  51.                 
  52.         toolbar[iconsize="small"] .rmFx_SendPlusPBox { 
  53.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  54.            -moz-image-region: rect(0px,32px, 16px,16px);
  55.         }
  56.         toolbar[iconsize="small"] .rmFx_SendPlusPBox:hover { 
  57.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  58.            -moz-image-region: rect(16px,32px, 32px,16px);
  59.         }
  60.                         
  61.         toolbar[iconsize="small"] .rmFx_SendPlusTB3 { 
  62.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  63.            -moz-image-region: rect(0px,48px, 16px,32px);
  64.         }
  65.         toolbar[iconsize="small"] .rmFx_SendPlusTB3:hover { 
  66.           list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
  67.            -moz-image-region: rect(16px,48px, 32px,32px);
  68.         }
  69.  
  70.  
  71.     #personsMailCopy {
  72.             list-style-image: url("chrome://reminderfox/skin/schedule/personsCopy_24.png");
  73.     }
  74.     toolbar[iconsize="small"] #personsMailCopy {
  75.             list-style-image: url("chrome://reminderfox/skin/schedule/personsCopy_16.png");
  76.     }
  77.  
  78. #reminderFox_showCalendar {
  79.     list-style-image: url("chrome://reminderfox/skin/datepicker/calendar-up.gif");
  80. }
  81. toolbar[iconsize="small"] #reminderFox_showCalendar {
  82.     list-style-image: url("chrome://reminderfox/skin/datepicker/calendar-small.gif");
  83. }
  84.  
  85. #reminderFox_addReminderButton {
  86.     list-style-image: url("chrome://reminderfox/skin/images/upcomingReminderBow.png");
  87. }
  88. toolbar[iconsize="small"] #reminderFox_addReminderButton {
  89.     list-style-image: url("chrome://reminderfox/skin/images/ribbon-blue-small.png");
  90. }
  91.  
  92. #reminderFox_openButton {
  93.     list-style-image: url("chrome://reminderfox/skin/images/fox-medium.png");
  94. }
  95. toolbar[iconsize="small"] #reminderFox_openButton {
  96.     list-style-image: url("chrome://reminderfox/skin/images/fox-small.png");
  97. }
  98.  
  99. #reminderFox_quickAlarmButton {
  100.     list-style-image: url("chrome://reminderfox/skin/images/alarmbell.png");
  101. }
  102. toolbar[iconsize="small"] #reminderFox_quickAlarmButton {
  103.     list-style-image: url("chrome://reminderfox/skin/images/alarmbell.png");
  104. }
  105.  
  106.